Definition Type: Attribute
Name: Aufhebungsgrund
Namespace: http://www.bewohnervertretung.at/EdiAufhebung
Type: string:http://www.w3.org/2001/XMLSchema
Containing Schema: EdiAufhebung.xsd
ContentType Restriction
Use Required
Documentation:
Der Aufhebungsgrund der Meldung
ALT = Einsatz von Alternativen
WEG = Wegfall der Gefährdung
UEB = Innerhalb der Einrichtung übersiedelt
ZUG = Entlassen/Verzogen
TOT = Verstorben
AND = Sonstiges
Collapse XSD Schema Diagram:
XSD Diagram of Aufhebungsgrund
Collapse XSD Schema Code:
<xs:attribute name="Aufhebungsgrund" use="required">
    <xs:annotation>
        <xs:documentation xml:lang="de-at">
          Der Aufhebungsgrund der Meldung
          ALT = Einsatz von Alternativen
          WEG = Wegfall der Gefährdung
          UEB = Innerhalb der Einrichtung übersiedelt
          ZUG = Entlassen/Verzogen
          TOT = Verstorben
          AND = Sonstiges
        </xs:documentation>
    </xs:annotation>
    <xs:simpleType>
        <xs:restriction base="xs:string">
            <xs:enumeration value="ALT" />
            <xs:enumeration value="WEG" />
            <xs:enumeration value="UEB" />
            <xs:enumeration value="ZUG" />
            <xs:enumeration value="TOT" />
            <xs:enumeration value="AND" />
        </xs:restriction>
    </xs:simpleType>
</xs:attribute>
Collapse Facets:
Facet Value
Enumeration ALT
Enumeration WEG
Enumeration UEB
Enumeration ZUG
Enumeration TOT
Enumeration AND